home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 8 / 61.TXT < prev    next >
Text File  |  1993-08-30  |  3KB  |  78 lines

  1. DOCUMENT:Q101861  27-JUL-1993  [W_NT]
  2. TITLE   :Hard Disk Errors 67 and 69
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. This article discusses the possible causes for hard drive errors 67
  16. and 69.
  17.  
  18. Error 67 CONFIG_INITIALIZATION_FAILED
  19. -------------------------------------
  20.  
  21. Error 67 is generated for several reasons and can be further narrowed
  22. down by its first two arguments, which can be: 5 and 1, 5 and 6, 5 and
  23. 8, or 0 and 0.
  24.  
  25. The first three argument pairs indicate that an allocation failed,
  26. meaning that a request for memory from the paging file failed. More
  27. physical memory or increasing the size of the paging file should help
  28. this error.
  29.  
  30. However, if the first two arguments are zero, then error 67 was
  31. generated during initialization. This could mean either of the
  32. following:
  33.  
  34.  - There is no more memory available.
  35.  
  36.    -or-
  37.  
  38.  - An internal memory error, failed Registry call, or corruption of a
  39.    parameter table has occurred.
  40.  
  41. In this case, error 67 does not point to a lack of paging file space.
  42. Since the disk is not being read during initialization, a hard disk
  43. failure has probably not occurred, though a bad read could contribute
  44. to a bad or corrupted parameter block.
  45.  
  46. Error 69 IO1_INITIALIZATION_FAILED
  47. ----------------------------------
  48.  
  49. Error 69 can be caused by several different things, including a
  50. failure in driver initialization. The following may contribute to this
  51. error:
  52.  
  53.  - Not enough memory.
  54.  
  55.    -or-
  56.  
  57.  - Some I/O device fails at the hardware level, particularly if an I/O
  58.    device returns initialization errors.
  59.  
  60. Additional reference words: 3.10
  61. KBCategory:
  62. KBSubCategory: FILSYS
  63.  
  64. =============================================================================
  65.  
  66. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  67. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  68. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  69. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  70. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  71. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  72. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  73. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  74. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  75. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  76. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  77.  
  78. Copyright Microsoft Corporation 1993.